ok I've been trying to create a Mac installer and made some progress but not much!
It looks like there is already some code that creates a Mac LaunchDeamon in /netclient/daemon/macos.go
And it's expecting the binary to be in /etc/netclient/
But you can't launch netclient because it's not in the $PATH until that script is run and you can't run it beforehand because the launchdaemon doesn't exist.
So obviously I'm overthinking this- but how
exactly do you launch the Mac client?
Because this instruction
does not work-
'For Mac, Windows, and arch-specific linux distributions (e.g. ARM), download the appropriate netclient for your system . Then, run “netclient join -t
”.'